home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / 00001Series_289.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  891 b   |  20 lines

  1. on mouseUp
  2.   put EMPTY into field "qt"
  3.   put EMPTY into field "ln"
  4.   put " " into field "tempfield"
  5.   put field "tblOther,DESCOTH" into item 1 of field "tempfield"
  6.   put field "tblOther,MODELOT" into item 2 of field "tempfield"
  7.   put field "tblOther,OD_TPSIZE" into item 3 of field "tempfield"
  8.   put field "tblOther,DIA_EXHT" into item 4 of field "tempfield"
  9.   put field "tblOther,TH_REHT" into item 5 of field "tempfield"
  10.   put field "tblOther,MTHO_BSPC" into item 6 of field "tempfield"
  11.   put field "tblOther,LNL_BSIZE" into item 7 of field "tempfield"
  12.   put field "tblOther,WID_WT" into item 8 of field "tempfield"
  13.   put field "tblOther,INS_CA" into item 9 of field "tempfield"
  14.   put field "tblOther,PIC_PIC" into item 14 of field "tempfield"
  15.   put field "tblOther,AR" into item 17 of field "tempfield"
  16.   puppetSound("mainsnd")
  17.   puppetTransition(47, 1, 8)
  18.   play frame the frame + 1
  19. end
  20.